home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
wtour
/
formdialog1.tcl
< prev
next >
Wrap
Text File
|
1995-06-29
|
410b
|
17 lines
#
# a FormDialog containing a mixture of objects
#
xmPushButton .btn managed
xmFormDialog .btn.form managed
xmLabel .btn.form.lab managed \
-labelString "A label"
xmPushButton .btn.form.button managed \
-labelString "A button" \
-topAttachment attach_widget \
-topWidget .btn.form.lab
xmArrowButton .btn.form.arrow managed \
-topAttachment attach_widget \
-topWidget .btn.form.button